Don't add non-compiled packages to the graph
authorAlex Crichton <alex@alexcrichton.com>
Thu, 12 Mar 2015 01:33:17 +0000 (18:33 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 12 Mar 2015 01:33:17 +0000 (18:33 -0700)
commit9aede683ea89cbc07cc3891fabb026f2405150d7
treef7ac0081e58748d377e31b4a2f279b854d52455b
parent66849deaa4605a63ab1a4ba9cb09ac604a1b52e9
Don't add non-compiled packages to the graph

This was previously required to ensure that all relevant metadata files would
remain in place and not get deleted, but this auto-clean behavior has since been
removed so this should no longer be necessary.
src/cargo/ops/cargo_rustc/job.rs
src/cargo/ops/cargo_rustc/job_queue.rs
src/cargo/ops/cargo_rustc/mod.rs